home *** CD-ROM | disk | FTP | other *** search
-
- {*******************************************************}
- { }
- { Delphi Runtime Library }
- { }
- { Copyright (C) 1995,97 Borland International }
- { }
- {*******************************************************}
-
- unit ShareMem;
-
- interface
-
-
- function SysGetMem(Size: Integer): Pointer;
- function SysFreeMem(P: Pointer): Integer;
- function SysReallocMem(P: Pointer; Size: Integer): Pointer;
- function GetHeapStatus: THeapStatus;
- function GetAllocMemCount: Integer;
- function GetAllocMemSize: Integer;
-
-
- implementation
-